@charset "UTF-8";
/* CSS Document */

.position-title {
width: 100%;
background-color: #cc0000;
color: #fff;
font-weight: 700;
font-family: 'Roboto', 'Open Sans', 'Arial', sans-serif;
text-transform:capitalize;
padding: 5px;
}
.football-notes p, a, li, td {
	font-weight: 300;
	font-family: 'Roboto', 'Open Sans', 'Arial', sans-serif;
}
.notes-btn {
  background: #cc0000;
  background-image: -webkit-linear-gradient(top, #cc0000, #990000);
  background-image: -moz-linear-gradient(top, #cc0000, #990000);
  background-image: -ms-linear-gradient(top, #cc0000, #990000);
  background-image: -o-linear-gradient(top, #cc0000, #990000);
  background-image: linear-gradient(to bottom, #cc0000, #990000);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #9c0000 2px;
  text-decoration: none;
}

.notes-btn:hover {
  background: #ee0000;
  background-image: -webkit-linear-gradient(top, #ee0000, #cc0000);
  background-image: -moz-linear-gradient(top, #ee0000, #cc0000);
  background-image: -ms-linear-gradient(top, #ee0000, #cc0000);
  background-image: -o-linear-gradient(top, #ee0000, #cc0000);
  background-image: linear-gradient(to bottom, #ee0000, #cc0000);
  text-decoration: none;
}

.noteslist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
.noteslist li {
  
  border-bottom: 1px solid #ccc;
  padding: 4px;
}